home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d4
/
abermud.arc
/
BBC.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-04-29
|
284 b
|
27 lines
#include <stdio.h>
#include "System.h"
/*
* Code for doing hardware windowed output on BBC GTSS terminals
* Removed on UNIX version
*
*/
long tty; /* TTY Type - not used either */
void initscr()
{
;
}
void topscr()
{
;
}
void btmscr()
{
;
}